@charset "UTF-8";

/* Base Reset */

.focuswap {
	display: none;
}

* {
	margin: 0;
	padding: 0;
}

/*html {-webkit-filter: grayscale(100%);filter:progid:DXImageTransform.Microsoft.BasicImage(graysale=1);} 
html {overflow-y:scroll;filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);-webkit-filter: grayscale(100%);}*/

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-y: scroll;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  min-width:1200px;
}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0 auto;padding:0;}
:focus {
	outline: 0;
}

img {
	border: 0;
}

a img {
	vertical-align: middle;
}

.clear {
	clear: both;
}

a {
	text-decoration: none;
	color: #333;
	font-family: "microsoft yahei";
}

body {
	line-height: 1;
	width: 100%;
}

ol,
ul {
	list-style: none;
}

ul li {
	font-size: 0;
}
/* ----------------------- */
.header{
    width: 100%;
    height: 200px;
    background-color: #9a131a;
}
.header .logo{
    width: 1200px;
	height: 140px;
	margin: 0 auto;
	background: url(../images/logo_02.png) no-repeat right;
	overflow: hidden;
}
.logoleft{
	float: left;
	margin-top: 25px;
}
.container {
    width: 1200px;
    zoom: 1;
    margin: 0 auto;

}
.mains{
      overflow: hidden;
}
.nav-warp{
    width: 100%;
    height: 58px;
    background-color: #2e3a46;
}
.nav{
   height: 58px;
}
.nav>li{
    float: left;
    position: relative;
    margin: 0px 13px;
}
.nav>li>a{
    font-size: 18px;
    line-height: 58px;
    text-align: center;
    display: block;
    color: #FFFFFF;
    width: 120px;
    height: 58px;
}
.nav>li:hover>a{
    background: #992731;
}
.search{
    float: right;
    width: 175px;
    height: 30px;
    margin-top: 15px;
    overflow: hidden;
}
.form-control{
    width: 128px;
    height: 30px;
    display: block;
    float: left;
    border: 0;
    padding: 0 0 0 10px;
}
.btn{
    width: 35px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #e5a450;
    color: #fff;
    display: block;
    float: left;
    border: 0;
    cursor: pointer;
}
.subtopic {
    position: absolute;
    background: #AC4546;
    width: 120%;
    top: 58px;
    left: 50%;
    margin-left: -72px;
    display: none;
    z-index: 111;
}
.subtopic ul {
    width: 100%;
    height: 100%;
}
.subtopic ul li a {
    font-size: 16px;
    color: #FFFFFF;
    display: block;
    text-align: center;
    line-height: 40px;
}

.subtopic ul li:hover a {
	background: #992731;
}

.info{
    width: 100%;
    height: 380px;
}
.mainfirst {width: 1200px; height:380px; background: #9a131a; margin:0px auto 20px auto; overflow:hidden;}
.mainfirst .qirepic { width:1050px; height:380px; color:#FFFFFF; float: left; }
.mainfirst .qirepic ul li img { width:650px; height:380px;}
.mainfirst .qirepic ul li a.qirepic-silder-img { display: block; width:650px; float: left; }
.mainfirst .qirepic-silder-intro { height:380px; width:370px; float: left; padding-left:30px; }
.mainfirst .qirepic-silder-title { line-height: 30px; padding: 10px 0 14px 0; font-size: 18px; font-weight: bold; font-family:"Microsoft Yahei";margin-top: 35px; text-align: center;}
.mainfirst .qirepic-silder-intro a {color: #FFFFFF;}
.mainfirst .qirepic-silder-desc { height:280px; line-height:30px; padding-bottom: 10px; overflow: hidden;font-size: 16px;text-indent: 2em; }
.mainfirst .num {     
   
    height: 320px;
    background: #9a131a;
    padding: 30px 20px;
    float: right;
    overflow: hidden; }
.mainfirst .num ul { width:110px;}
.mainfirst .num li { float: left; margin:8px 0px 6px 0px; }
.mainfirst .num li a { display:block;overflow: hidden; }
.mainfirst .num li img { width:100px; height:60px; transition: all 0.6s;  }
.mainfirst .num li.on img { 
    transform: scale(1.4);  
}

.mainbottom{
    margin-bottom: 20px;
    overflow: hidden;
}
.mainbottom .mainbottomleft{
    <!--float: left;-->
    width: 100%;
    height: 300px;
    border: 1px solid #a7996c;
}
.mainbottom .mainbottomleft .newstitle{
    width: 100%;
    height: 40px;
    background-color: #a7996c;
    overflow: hidden;
  	display: flex;
  	justify-content: space-around;
}
.mainbottom .mainbottomleft .newstitle a{
    display: block;
    float: left;
    width: 146px;
    height: 100%;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
}
.mainbottom .mainbottomleft .newslist{
    overflow: hidden;
    padding: 20px 20px 0px 20px;
}
.mainbottom .mainbottomleft .newslist ul li{
    width: 100%;
    margin-bottom: 19px;
}
.mainbottom .mainbottomleft .newslist ul li img{
    width: 6px;
    height: 8px;
    vertical-align: middle;
    margin-right: 10px;
}
.mainbottom .mainbottomleft .newslist ul li span{
    font-size: 16px;
    color: #899da4;
    vertical-align: middle;
  	float: right;
    <!--margin-right: 10px;-->
}
.mainbottom .mainbottomleft .newslist ul li a{
    font-size: 16px;
    color: #313131;
    vertical-align: middle; 
}
.mainbottom .mainbottomleft .newslist ul li a:hover{
    color: #9a131a;
}
.more{
    overflow: hidden;
}
.more a{
    float: right;
    color: #a7996c;
}

.footer{
    height: 60px;
    width: 100%;
    background-color: #9a131a;
    line-height: 60px;
}
.footer p{
    text-align: center;
    font-size: 16px;
    color: #fff;
}


.fl {
	width: 250px;
	float: left;
}

.fr {
	width: 910px;
	float: right;
}

.fl>ul {
	background: #f1f3f7;
	padding-bottom: 22px;
}

.fl>ul>li.title {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 20px;
	padding-top: 10px;
	margin-top: 30px;
	position: relative;
}

.fl>ul>li {
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #e6e6e6;
}

.fl>ul>li.title span {
	width: 210px;
	background: #9a131a;
	display: block;
	color: #fff;
	text-align: center;
	margin-left: -10px;
	font-size: 20px;
}

.fl>ul>li.title i {
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-width: 10px 0 10px 10px;
	border-style: solid;
	border-color: #8F0C14 transparent transparent transparent;
	bottom: 0px;
	left: -10px;
}

.fl>ul>li a {
	height:45px;
	font-size: 17px;
	padding: 0 20px;
	display: block;
	cursor: pointer;
	overflow: hidden;
}

.fl>ul>li a:hover {
	background: #9a131a;
	color: #fff;
	border-left: 4px solid #fcbd14;
}

#content_li {
	background: #9a131a;
	color: #fff;
	border-left: 4px solid #fcbd14;
}

.place {
	width: 910px;
	height: 60px;
	line-height: 60px;
}

.place ul li a,
.place ul li span {
	font-size: 16px;
}

.place ul li {
	float: left;
	margin-right: 4px;
}

.place ul li.wz {
	padding-left: 40px;
	background: url(../images/place.png) no-repeat;
	background-size: 35px;
	background-position: 5px 13px;
}

.con_list {
	width: 910px;
	border: 1px solid #eeeeee;
}

.right_list {
	min-height: 470px;
}

.right_list li {
	width: 873px;
	height: 56px;
	line-height: 56px;
	float: left;
	margin-left: 20px;
	border-bottom: 1px dashed #eeeeee;
}

.right_list li i {
	display: block;
	width: 3px;
	height: 3px;
	background: #000;
	float: left;
	margin-top: 26px;
	margin-right: 10px;
}

.right_list li a {
	display: inline;
	float: left;
	font-size: 16px;
	width: 720px;
	height: 56px;
	overflow: hidden;
}

.right_list li a:hover {
	color: #9a131a;
}

.right_list li span {
	color: #666666;
	float: right;
	font-size: 16px;
}

#pages {
	float: left;
	margin-top: 50px;
	margin-bottom: 50px;
}

#pages li {
	height: 26px;
	line-height: 26px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 5px;
	border: 1px solid #e3e3e3;
	border-radius: 5px;
}

#pages li a {
	color: #333333;
	font-size: 14px;
}

#pages li span {
	color: #333333;
	font-size: 14px;
}

#pages li:hover {
	background: #9a131a;
	cursor: pointer;
	color: #fff;
}

#pages li:hover a,
#pages li:hover span {
	color: #fff;
}

.content {
	width: 910px;
	border-top: 1px solid #eeeeee;
    min-height: 610px;
}

.show_title {
	width: 100%;
	font-size: 30px;
	line-height: 40px;
	margin-top: 35px;
	text-align: center;
	overflow: hidden;
}

.show_information {
	width: 100%;
	text-align: center;
	margin-top: 20px;
      margin-bottom: 10px;
}

.show_information span {
	font-size: 12px;
	color: #777;
	margin-right: 30px;
}
.backbone .back_list{
	height:270px;
}
.cont .back_list{
	height:150px;
}
.hot_list{
    margin-top: 30px;
}
.hot_list h3{
	    font-size: 20px;
    background: #9a131a;
    color: #ffffff;
    height: 45px;
    line-height: 45px;
    text-align: center;
}
.hot_list ul{
	padding:10px 15px;
}
.hot_list ul li a{
  display:block;
	font-size:14px;
  line-height:30px;
  height:30px;
}
   .hot_list ul li a:hover{
			color: #9a131a;
		}